Class UdpProcessImpl

All Implemented Interfaces:
IPCObject, Process, UdpProcess

public class UdpProcessImpl extends ProcessImpl implements UdpProcess
Information provided by the PKI file:

    \class UdpProcess
    
    \brief UdpProcess handles and manipulates the UDP process.
    
    \example network().getDevice("Router0").getProcess("UdpProcess")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getHigherProcess

      public Process getHigherProcess(int localPort)
      Information provided by the PKI file:
      
          \brief Returns the higher process at the specified local port.
          
          \param localPort, the local port of the process of interest.
          
          \return Process, the Process object at the specified local port.
          
              
      Specified by:
      getHigherProcess in interface UdpProcess
      Parameters:
      localPort - Takes in a parameter of localPort
      Returns:
      Process Returns a Process
    • createCustomUdpProcess

      public CustomUdpProcess createCustomUdpProcess()
      Information provided by the PKI file:
      
          \brief Creates a custom UDP process.
          
          \return CustomUdpProcess, the CustomUdpProcess object.
          
              
      Specified by:
      createCustomUdpProcess in interface UdpProcess
      Returns:
      CustomUdpProcess Returns a CustomUdpProcess